Vcenter NamespaceManagement Supervisors Networks Edges ListResult
Vcenter NamespaceManagement Supervisors Networks Edges ListResult
The Vcenter NamespaceManagement Supervisors Networks Edges ListResult contains a set of results constrained by filtered parameters.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"edges": [
{
"edge": "string",
"name": "string",
"provider": "string",
"avi": {
"server": {
"host": "string",
"port": 0
},
"username": "string",
"certificate_authority_chain": "string",
"cloud_name": "string"
},
"haproxy": {
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"servers": [
{
"host": "string",
"port": 0
}
],
"username": "string",
"certificate_authority_chain": "string"
},
"foundation": {
"runtime": {
"conditions": [
{
"type": "string",
"status": "string",
"last_transition_time": "string",
"reason": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"version": "string",
"vips_allocated": 0,
"vips_available": 0
},
"interfaces": [
{
"personas": [
"string"
],
"network": "string"
}
],
"vip_ranges": [
{
"address": "string",
"count": 0
}
],
"vip_subnets": [
"string"
],
"size": "string",
"availability": "string",
"zones": [
"string"
],
"storage_policy": "string",
"dns_servers": [
"string"
],
"dns_search_domains": [
"string"
],
"ntp_servers": [
"string"
],
"syslog_endpoint": "string",
"syslog_certificate_authority_pem": "string"
},
"nsx": {
"default_ingress_tls_certificate": "string"
}
}
]
}
edges
Required
All edges matching the provided filters or all edges in the system if no filters were set.
This property was added in vSphere API 9.0.0.0.